TLMDDriveInfo Type

Unit
lmdsysin

Declaration

TLMDDriveInfo = record
     ditype:UINT;
     diTotalSpace:LongInt;
     diFreeSpace:LongInt;
     diSectorsPerCluster:DWORD;
     diBytesPerSector:DWORD;
   end;